Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(1.x): release lyne-elements 1.7.0 #3202

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 7, 2024

🤖 I have created a release beep boop

1.7.0 (2024-11-07)

⚠ BREAKING CHANGES

  • sbb-teaser-hero, sbb-teaser-paid: sbb-teaser-paid was removed and integrated in sbb-teaser-hero. Replacing the component / selector should be enough, as the API remains the same. sbb-teaser-hero moved from @sbb-esta/experimental into @sbb-esta/elements package, therefore imports need to be adapted.

Features

  • add sbb-icon-list styles (#3038) (d081288)
  • datepicker: add size s (#3006) (b75c4c5)
  • keep action elements focusable when disabled (#3040) (a9410ba)
  • sbb-alert: add close fade-out animation and change animation property default to all (#2943) (581b95c)
  • sbb-autocomplete-grid: component implementation (#2512) (0fc5f40)
  • sbb-autocomplete: introduce size s (#3020) (aa55e7f)
  • sbb-calendar, sbb-datepicker-toggle: allow choosing initial calendar view (#2990) (7c8a690), closes #2822
  • sbb-checkbox: add size xs (#2933) (56db302)
  • sbb-container: support background-expanded for images (#3004) (298b335)
  • sbb-container: support for background image (#2999) (ff68e28)
  • sbb-datepicker: add support for DateAdapter (#2889) (4d9973e)
  • sbb-file-selector: implement native form support (#3085) (449ee6d)
  • sbb-flip-card: add flip event and isFlipped getter (#2988) (b912dac)
  • sbb-flip-card: first implementation (#2946) (b086612)
  • sbb-form-field: introduce size s (#2995) (9abb131)
  • sbb-header: introduce active state (#3154) (ffdeec4)
  • sbb-header: introduce size s (#3047) (cd60922)
  • sbb-icon: provide compatibility with sbb-angular (#2971) (3c4e4b0), closes #2746
  • sbb-image: provide ability to crop image on host (#2917) (84a7cf7)
  • sbb-journey-summary: provide a11y footpath property (#3104) (05c6d1a)
  • sbb-lead-container: add spacing class support for notification (#3019) (2f4c817), closes #2932
  • sbb-link-list-anchor: component implementation (#2987) (d81a565)
  • sbb-map-container: allow config of sticky offset on mobile (#3092) (520d812), closes #3091
  • sbb-mini-button-group: component implementation (#2959) (e732593)
  • sbb-paginator: add disabled property (#3130) (d43f64c)
  • sbb-paginator: add sbb-compact-paginator component variant (#3142) (2f3dc21)
  • sbb-paginator: initial implementation (#2982) (8306362)
  • sbb-radio-button, sbb-radio-button-group: add size xs (#2936) (7237dce)
  • sbb-select: implement native form support (#3101) (b9156ab)
  • sbb-select: introduce size s (#3011) (b614923)
  • sbb-selection-expansion-panel: introduce size s (#3030) (a04b5b4)
  • sbb-slider: implement native form support (#3071) (ad35f2f)
  • sbb-status: add new types (#2939) (9e44f2a)
  • sbb-stepper: add size 's' (#3026) (6c965c5)
  • sbb-teaser-hero, sbb-teaser-paid: merge components and move into elements package (#2984) (2b3f13e)
  • sbb-teaser-product: initial implementation (#2976) (79601d2)
  • sbb-time-input: add size 's' (#3018) (375bdad)
  • sbb-timetable-row: provide a11y footpaths (#3048) (cf9e70f)
  • table: introduce table size xs (#3077) (9701f84)

Bug Fixes

  • assign correct dependency versions for published packages (#3102) (ed99ce9), closes #3100
  • fix inert mechanism for overlays (#2986) (92992d2), closes #2969
  • fix list colors (#3126) (44c2810), closes #3123
  • introduce disabledInteractive property and revert focusing disabled actions in general (#3096) (74b3e6f)
  • option-base: use data-active instead of active attribute (#3055) (92cf0ca)
  • prevent using HTMLElement in SSR context (#3107) (333e90e)
  • provide jsdom support for focus trap mechanism (#3113) (57179c1)
  • respect disabled interactive elements in focus trap (#3108) (fb0a1bb), closes #3109
  • sbb-button: fix high contrast styles (#2890) (8f9237c)
  • sbb-calendar: fix month selection on wide view (#3192) (#3193) (4365e39)
  • sbb-checkbox, sbb-checkbox-panel: fix visual disabled state after prop change (#2906) (36999a9), closes #2905
  • sbb-clock: fix internal await to actually finish (#2966) (af634c0)
  • sbb-container, sbb-tab-group: avoid reserving invisible space (#2921) (edec173), closes #2835
  • sbb-container: remove relative positioning for non-image case (#3024) (d0d928f)
  • sbb-datepicker-toggle: fix datepicker toggle empty state synchronization (#3032) (cae910b)
  • sbb-dialog: fix resizing flickering (#3065) (06aa927), closes #3063
  • sbb-expansion-panel-header: fix height if disabled (#3059) (64eca9f)
  • sbb-flip-card: fix accessibility issues (#3000) (1f107a0), closes #2983
  • sbb-flip-card: fix animation (#3001) (9885dfc)
  • sbb-flip-card: support disabled animation (#2998) (fbb6ca6)
  • sbb-flip-card: use type button to avoid accidental form submission (#3002) (25dbd78)
  • sbb-form-field: ensure input element is detected during hydration (#2894) (9519827), closes #2877
  • sbb-form-field: fix disabled state for borderless variant (#2994) (c31cc89)
  • sbb-form-field: fix textarea bottom padding (#2997) (1540f46)
  • sbb-icon: ensure sbb-angular compatibility (#3081) (ef4b587)
  • sbb-image: fix skipLqip mode (#3131) (4519006)
  • sbb-image: improve default image cdn config (#3060) (546cfd8)
  • sbb-image: introduce css property to configure object-fit (#3134) (5a4ae41), closes #3133
  • sbb-loading-indicator: center component into his box (#3144) (22978f6)
  • sbb-map-container: remove z-index to avoid stacking problems (#2924) (bf27c10), closes #2804
  • sbb-map-container: respect disabled global animation (#2879) (d5e52e3)
  • sbb-notification: avoid resizeObserver loop warning (#2855) (6222b25)
  • sbb-overlay: add background animation (#2945) (dac84ce)
  • sbb-overlay: fix padding block (#3028) (6b95be6)
  • sbb-pearl-chain: fix spacing of bullet points (#3066) (0f10796), closes #3064
  • sbb-popover: ensure correct trigger connection after hydration (#3016) (5e59b8f), closes #3012 #3014
  • sbb-popover: prevent matchMedia call before hydration (#2893) (c5bbb96), closes #2875
  • sbb-radio-button-panel: fix spacing between label and suffix (#2900) (c76a0ac)
  • sbb-radio-group: avoid focusing disabled radios (#3125) (e4745c4)
  • sbb-radio-group: disable focus when disabling radio (#3116) (6453b6b)
  • sbb-select: fix display value in SSR context (#3027) (f733b38)
  • sbb-teaser: allow teaser usage in flexible layouts (#3140) (a51507b), closes #3136
  • sbb-teaser: css variable typo (#3143) (d3e4fb3)
  • sbb-toggle: avoid console error on checked option click (#3034) (94fa2b6)
  • sbb-toggle: fix pill position on value change and initial rendering (#3015) (bd03798), closes #3013
  • sbb-toggle: spacing adjustment (#2957) (8870deb)
  • step-list: fix border radius of step list elements (#3036) (cf26d07)
  • switch to standard decorators and tighten property types (#3121) (e61bca5)
  • various: ensure slotchange event is handled properly in hydration (#2897) (9b5f498)
  • various: re-enable scrolling when disconnecting the component before animationend (#2970) (76ef11b), closes #2967
  • warn about nested action elements (#3058) (5b1a823)

Miscellaneous Chores


This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--1.x--components--lyne-elements branch from c9dd8c0 to 74b7682 Compare November 7, 2024 14:57
@kyubisation kyubisation closed this Nov 7, 2024
@github-actions github-actions bot added the pr: peer review required A peer review is required for this pull request label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autorelease: pending pr: peer review required A peer review is required for this pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant